Release 10.1A: OpenEdge Development:
Progress 4GL Reference


GET-NODE( ) method

Returns a handle to an X-noderef that refers to the XML underlying a SOAP header entry or SOAP fault entry.

Return type: LOGICAL

Applies to: SOAP-fault-detail object handle, SOAP-header-entryref object handle

Syntax
GET-NODE ( x-noderef ) 

x-noderef

A variable of type X-noderef that refers to the root node of a DOM tree that has a SOAP header entry or SOAP fault entry as its root.

The X-noderef will have namespace declarations for all namespaces that are in effect for the SOAP header entry element. The X-noderef will include attributes for all attributes that the SOAP header entry has, including SOAP ENV:mustUnderstand and SOAP-ENV:Actor. Operations performed on the X NODEREF, its child X-noderefs, will directly affect the underlying header entry (note that this contrasts with the LONGCHAR returned from GET-SERIALIZED( ) method).

Returns the Unknown value (?) if the SOAP-header-entryref object handle has been initialized but does not refer to a header entry (for example, immediately after the CREATE SOAP-HEADER-ENTRYREF statement.)


Copyright © 2005 Progress Software Corporation
www.progress.com
Voice: (781) 280-4000
Fax: (781) 280-4095